home *** CD-ROM | disk | FTP | other *** search
/ Clickx 115 / Clickx 115.iso / software / tools / windows / tails-i386-0.16.iso / live / filesystem.squashfs / var / lib / dpkg / info / i2p.preinst < prev    next >
Encoding:
Text File  |  2012-10-27  |  157 b   |  11 lines

  1. #!/bin/sh -e
  2.  
  3. if [ ! -z $2 ]; then
  4.     if dpkg --compare-versions $2 lt 0.8.6-5; then
  5.         test -d /usr/share/doc/i2p  \
  6.             && rm -rf /usr/share/doc/i2p
  7.     fi
  8. fi
  9.  
  10.  
  11.